		F DISTRIBUTION TAIL AREA

Michael Lloyd (http://fac.hsu.edu/lloydm/83-84/index.html)
Henderson State University

HISTORY
1.0 October 1997
1.1 August 2015 - updated file to .8xp

DESCRIPTION
Finds the area under the right tail given the F value and the
degrees of freedom of the numerator and denominator.

VARIABLES USED
F = F value
M = degrees of freedom of the numerator
N = degrees of freedom of the denominator

PROGRAM LISTING
Input "F VALUE=",F
Input "NUM D.F.=",M
Input "DENOM D.F.=",N
1-\F\cdf(0,F,M,N)
Disp "TAIL AREA=",Ans
